Dynamicweb 8 Documentation
FilterOption<T> Constructor(T,Boolean)

Data item.
Value indicating whether to automatically initialize object properties with data from the given data item.
Initializes a new instance of an object.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal dataItem As T, _
   ByVal autoInitialize As Boolean _ 
)
public FilterOption<T>( 
   T dataItem,
   bool autoInitialize 
)

Parameters

dataItem
Data item.
autoInitialize
Value indicating whether to automatically initialize object properties with data from the given data item.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FilterOption<T> Class
FilterOption<T> Members
Overload List

Send Feedback